* lisp/delsel.el (delete-active-region): Let-bind `this-command'
authorJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 01:11:24 +0000 (03:11 +0200)
committerJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 01:11:24 +0000 (03:11 +0200)
commit193dd68e5f13e516bc80ed924db82a7ba3a72499
treeeaea1c8af12e388e86b310e345467e74b69e5e0a
parent2f6c093a9e5d85c1202d1ec00676ed9d97209b60
* lisp/delsel.el (delete-active-region): Let-bind `this-command'
to prevent `kill-region' from changing its original value.
(delete-selection-helper): Handle `overwrite-mode' for the type
`kill' exactly the same way as for the type `t'.
(insert-char, quoted-insert, reindent-then-newline-and-indent):
Support more commands.
lisp/ChangeLog
lisp/delsel.el